home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 165
/
XENIATGM165.ISO
/
cddata
/
midframe.cxt
/
00010_demo_menu2.swf
/
scripts
/
DefineButton2_6
/
BUTTONCONDACTION on(rollOver).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-05-29
|
314 b
|
20 lines
on(rollOver){
_root.alone_mov(this._x);
i = 1;
while(i <= _root.maxbutton)
{
if(_name != "b" + i)
{
if(i != _root.pressione)
{
_parent["b" + i].gotoAndStop(1);
}
}
else
{
play();
}
i++;
}
}